Extension point datasources
In component org.nuxeo.runtime.datasource
Contribution Descriptors
- Class: org.nuxeo.runtime.datasource.DataSourceDescriptor
- Class: org.nuxeo.runtime.datasource.DataSourceLinkDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="datasources" target="org.nuxeo.runtime.datasource"> <datasource accessToUnderlyingConnectionAllowed="true" blockingTimeoutMillis="10000" driverClassName="org.h2.Driver" maxPoolSize="100" minPoolSize="5" name="jdbc/nuxeo" password="********" url="jdbc:h2:nuxeo;DB_CLOSE_ON_EXIT=false" username="sa" validationQuery=""> </datasource> <link global="jdbc/nuxeo" name="jdbc/NuxeoDS" type="javax.sql.DataSource"/> <link global="jdbc/nuxeo" name="jdbc/nxsqldirectory" type="javax.sql.DataSource"/> <link global="jdbc/nuxeo" name="jdbc/nxrelations-default-jena" type="javax.sql.DataSource"/> <link global="jdbc/nuxeo" name="jdbc/comment-relations" type="javax.sql.DataSource"/> <link global="jdbc/nuxeo" name="jdbc/nxaudit-logs" type="javax.sql.DataSource"/> <link global="jdbc/nuxeo" name="jdbc/nxjbpm" type="javax.sql.DataSource"/> <link global="jdbc/nuxeo" name="jdbc/placeful_service_ds" type="javax.sql.DataSource"/> <link global="jdbc/nuxeo" name="jdbc/nxwebwidgets" type="javax.sql.DataSource"/> <link global="jdbc/nuxeo" name="jdbc/nxuidsequencer" type="javax.sql.DataSource"/> <link global="jdbc/nuxeo" name="jdbc/repository_default" type="javax.sql.DataSource"/> </extension>
-
<extension point="datasources" target="org.nuxeo.runtime.datasource"> <documentation> Datasource contribution for the Activity Service </documentation> <datasource driverClassName="org.h2.Driver" maxActive="20" maxIdle="5" maxWait="10000" name="jdbc/nxactivities"> <property name="url">jdbc:h2:nuxeo;DB_CLOSE_ON_EXIT=false</property> <property name="username">sa</property> <property name="password"/> </datasource> </extension>